home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-photogallery.dcr / 00028_ryan.ls < prev    next >
Encoding:
Text File  |  2001-07-21  |  162 b   |  13 lines

  1. on mouseUp
  2.   puppetSound(1, "Clicker")
  3.   open(the applicationPath & "assets\GRAYscreen.exe")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.